home *** CD-ROM | disk | FTP | other *** search
- -- card: 4691 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 4404
- -- name: Solutions Menu
- ----- HyperTalk script -----
- on openCard
- global beenDone
- if beenDone is empty then
- lock screen
- show card btn "mask"
- show card btn "mask2"
- show card field "text"
- unlock screen with barn door open
- repeat for 300
- wait for 1
- if the mouseClick then exit repeat
- end repeat
- lock screen
- hide card btn "mask"
- hide card btn "mask2"
- hide card field "text"
- unlock screen with barn door close
- put done into beenDone
- end if
- end openCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=359 top=309 right=336 bottom=500
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Register
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual iris open
- go next card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=55 top=74 right=151 bottom=433
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: hardware
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left to grey
- visual effect wipe left
- go to stack "Hardware Products"
- end mouseUp
-
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=312 top=41 right=60 bottom=455
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 156
- -- text size: 12
- -- style flags: 2048
- -- line height: 16
- -- part name:
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=55 top=223 right=293 bottom=495
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: information
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left to grey
- visual effect wipe left
- go to stack "Information Resources"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=55 top=150 right=224 bottom=464
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: software
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left to grey
- visual effect wipe left
- go to stack "Software Products"
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 80
- -- high flags: 0002
- -- rect: left=107 top=124 right=215 bottom=406
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Mask
-
-
- -- part 10 (button)
- -- low flags: 80
- -- high flags: 0002
- -- rect: left=110 top=127 right=212 bottom=403
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Mask2
-
-
- -- part 12 (field)
- -- low flags: 81
- -- high flags: 2002
- -- rect: left=111 top=128 right=211 bottom=402
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 156
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: text
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=55 top=305 right=340 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part contents for background part 1
- ----- text -----
- Solutions Menu
-
- -- part contents for card part 5
- ----- text -----
- Click an item below.
-
- -- part contents for card part 12
- ----- text -----
- Inclusion in the Solutions database does not represent an endorsement, either expressed or implied, by Apple Computer, Inc.
- -- click mouse to continue...